Add more detail to existing entry.
authorGlenn Morris <rgm@gnu.org>
Thu, 23 Aug 2007 03:59:55 +0000 (03:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 Aug 2007 03:59:55 +0000 (03:59 +0000)
src/ChangeLog

index 0f5a8cf56c4771ef313a4f2a9ec8579e617b3680..90805c7c2b8a5a890cbda6dc907e814c85417891 100644 (file)
@@ -6,8 +6,16 @@
 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
 
        * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS.
-       * image.c: Add support for SVG images.
-        Some additional comments by Joakim Verona <joakim@verona.se>.
+       * image.c: Add support for SVG images.  Some additional comments
+       by Joakim Verona <joakim@verona.se>.  When HAVE_RSVG is defined:
+       (svg_image_p): New function to test for SVG image.
+       (svg_load): New function to load SVG image.
+       (svg_load_image): New function, helper for svg_load.
+       (Qsvg): New Lisp_object.
+       (svg_keyword_index): New enum.
+       (svg_format): New static `image_keyword' struct.
+       (svg_type): New static `image_type' struct.
+       (librsvg/rsvg.h): Include it.
 
 2007-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>